home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / WackyWindows / Libs / animate.h < prev    next >
Encoding:
Text File  |  1998-06-13  |  457 b   |  12 lines  |  [TEXT/CWIE]

  1. // ******************************************************************
  2. //    program written by 
  3. //                         Paul Baxter
  4. //                         MacHack'98
  5. //
  6. //
  7. // ******************************************************************
  8. extern void AnimateWindow(WindowPtr theWindow, Point* savePt);
  9. extern short myRandom(short min, short max );
  10. extern Boolean RectInRect(Rect* rect1, Rect* rect2);
  11. extern Boolean RectCompletelyInRect(Rect* rect1, Rect* rect2, short* dx, short* dy);
  12.